home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / online / chasm.EXE / CSM.BIN / PROC.01 < prev    next >
Text File  |  1996-07-30  |  2KB  |  117 lines

  1. ;+---------------------------------------+
  2. ;| Process definition file for level 01  |
  3. ;+---------------------------------------+
  4.  
  5. ;=================================
  6. ;|  Processes definition part    |
  7. ;=================================
  8.  
  9. #proc 01
  10.  StartDelay  0.0
  11.  BackWait    6.0
  12.  Speed      10.0
  13.  SFXid      11
  14.  SFXpos     30 27
  15.  LifeCheckOn
  16.  Mortal
  17. #action
  18.  Move 29 25 0 -400
  19.  Move 29 26 0 -400
  20.  Move 29 27 0 -400
  21.  Move 30 25 0  400
  22.  Move 30 26 0  400
  23.  Move 30 27 0  400
  24.  Move 31 25 0 -400
  25.  Move 31 26 0 -400
  26.  Move 31 27 0 -400
  27. #end
  28.  
  29. #proc 02
  30.  StartDelay  0.0
  31.  Speed      10.0
  32. #action
  33.  Up   27 25  90
  34. #end
  35.  
  36.  
  37. #proc 03
  38. ;============
  39.  Speed     12.0
  40.  BackWait  0.1
  41. #action
  42.  light 34 30 320
  43.  light 34 34 340 s:13
  44. #end
  45.  
  46.  
  47. #proc 04
  48.  StartDelay  0.0
  49.  BackWait   16.0
  50.  SFXid      11
  51.  SFXpos     28 23
  52.  Speed       8.0
  53.  LifeCheckOn
  54. #action
  55.  YMove  26 23 -248 -128
  56.  YMove  27 23 -248 -128
  57.  YMove  26 24 -248 -128
  58.  YMove  27 24 -248 -128
  59. ;===
  60.  YMove  28 23  248 -128
  61.  YMove  29 23  248 -128
  62.  YMove  28 24  248 -128
  63.  YMove  29 24  248 -128
  64. #end
  65.  
  66. #proc 05
  67.  StartDelay  0.0
  68.  BackWait   12.0
  69.  SFXid      11
  70.  SFXpos     24 34
  71.  Speed       12.0
  72.  LinkSwitchAt 24 32
  73.  LifeCheckOn
  74. #action
  75.  YMove  23 34  484 200
  76.  YMove  24 34  484 200
  77.  YMove  25 34  484 200
  78.  YMove  24 35  484 200
  79. #end
  80.  
  81.  
  82.  
  83.  
  84. #links
  85. ;==== 3doors ===
  86.  floor 28 26 1
  87.  floor 28 27 1
  88.  floor 31 26 1
  89.  floor 31 27 1
  90. ;==== light
  91.  floor 28 26 3
  92.  floor 28 27 3
  93.  floor 31 26 3
  94.  floor 31 27 3
  95. ;=== Up Frame ===
  96.  link 50 38  2
  97. ;====
  98.  link 23 32  5
  99.  link 24 35  5
  100. ;=== open gate
  101.  floor 27 22 4
  102.  floor 28 22 4
  103.  floor 27 23 4
  104.  floor 28 23 4
  105. #end
  106.  
  107. ;=========== remove things for net mode =======
  108. #NetOn
  109.  remove 1 1
  110. #end
  111. ;=========== remove things for single mode ====
  112. #NetOff
  113.  remove 5 27
  114. #end
  115. .
  116.  
  117.